From: Julien Grall Date: Mon, 16 Jul 2018 17:26:59 +0000 (+0100) Subject: xen/arm: cpregs: Fix typo in the documentation of TTBCR X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3416 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6a3c105a4a552b28580bcf435e860dbdd6d7171d;p=xen.git xen/arm: cpregs: Fix typo in the documentation of TTBCR Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini --- diff --git a/xen/include/asm-arm/cpregs.h b/xen/include/asm-arm/cpregs.h index 4c74e8161b..07e5791983 100644 --- a/xen/include/asm-arm/cpregs.h +++ b/xen/include/asm-arm/cpregs.h @@ -141,7 +141,7 @@ #define HSTR p15,4,c1,c1,3 /* Hyp. System Trap Register */ /* CP15 CR2: Translation Table Base and Control Registers */ -#define TTBCR p15,0,c2,c0,2 /* Translatation Table Base Control Register */ +#define TTBCR p15,0,c2,c0,2 /* Translation Table Base Control Register */ #define TTBR0 p15,0,c2 /* Translation Table Base Reg. 0 */ #define TTBR1 p15,1,c2 /* Translation Table Base Reg. 1 */ #define HTTBR p15,4,c2 /* Hyp. Translation Table Base Register */